<name>Obelisk</name>
<profession>A tall landmark</profession>
<dialogue>
  <greeting>
    <reply>
      <text>There is a text carved into a stone panel.</text>
      <return>main</return>
    </reply>
  </greeting>
  <main>
    <option>
      <text>Read it.</text>
      <npc>
        <reply>
          <if>>key>!obeliskMtPilanteko</key></if>
          <text>It says:

_ytteedibcsstuonlos_iaa__auTpv_e</text>
          <script>
            <sound>obelisk</sound>
            <key>obeliskMtPilanteko</key>
            <note>Obelisks|#12 "_ytteedibcsstuonlos_iaa__auTpv_e"</note>
            <log>Read the text on the obelisk</log>
          </script>
          <return>main</return> 
        </reply>
        <reply>
          <script>
            <sound>obelisk</sound>
          </script>
          <text>It still says:
_ytteedibcsstuonlos_iaa__auTpv_e</text>
          <return>main</return> 
        </reply>
      </npc>
    </option>
    <option>
      <text>Ignore it, for now.</text>
      <npc>
        <reply>
          <return>exit</return> 
        </reply>
      </npc>
    </option>
  </main> 
</dialogue>